'Declaration
Public Function SaveToFile_4( _ ByVal FilePath As String, _ ByVal EncryptionScheme As PdfEncryption, _ ByVal UserPass As String, _ ByVal OwnerPass As String, _ ByVal CanPrint As Boolean, _ ByVal CanCopy As Boolean, _ ByVal CanModify As Boolean, _ ByVal CanAddNotes As Boolean, _ ByVal CanFillFields As Boolean, _ ByVal CanCopyAccess As Boolean, _ ByVal CanAssemble As Boolean, _ ByVal CanPrintFull As Boolean _ ) As GdPictureStatus
public GdPictureStatus SaveToFile_4( string FilePath, PdfEncryption EncryptionScheme, string UserPass, string OwnerPass, bool CanPrint, bool CanCopy, bool CanModify, bool CanAddNotes, bool CanFillFields, bool CanCopyAccess, bool CanAssemble, bool CanPrintFull )
public function SaveToFile_4( FilePath: String; EncryptionScheme: PdfEncryption; UserPass: String; OwnerPass: String; CanPrint: Boolean; CanCopy: Boolean; CanModify: Boolean; CanAddNotes: Boolean; CanFillFields: Boolean; CanCopyAccess: Boolean; CanAssemble: Boolean; CanPrintFull: Boolean ): GdPictureStatus;
public function SaveToFile_4( FilePath : String, EncryptionScheme : PdfEncryption, UserPass : String, OwnerPass : String, CanPrint : boolean, CanCopy : boolean, CanModify : boolean, CanAddNotes : boolean, CanFillFields : boolean, CanCopyAccess : boolean, CanAssemble : boolean, CanPrintFull : boolean ) : GdPictureStatus;
public: GdPictureStatus SaveToFile_4( string* FilePath, PdfEncryption EncryptionScheme, string* UserPass, string* OwnerPass, bool CanPrint, bool CanCopy, bool CanModify, bool CanAddNotes, bool CanFillFields, bool CanCopyAccess, bool CanAssemble, bool CanPrintFull )
public: GdPictureStatus SaveToFile_4( String^ FilePath, PdfEncryption EncryptionScheme, String^ UserPass, String^ OwnerPass, bool CanPrint, bool CanCopy, bool CanModify, bool CanAddNotes, bool CanFillFields, bool CanCopyAccess, bool CanAssemble, bool CanPrintFull )
Parameters
- FilePath
- EncryptionScheme
- UserPass
- OwnerPass
- CanPrint
- CanCopy
- CanModify
- CanAddNotes
- CanFillFields
- CanCopyAccess
- CanAssemble
- CanPrintFull